fix typo in GtkDragSource doc
authorAlexandros Theodotou <alex@zrythm.org>
Mon, 1 Nov 2021 03:48:52 +0000 (03:48 +0000)
committerAlexandros Theodotou <alex@zrythm.org>
Mon, 1 Nov 2021 03:48:52 +0000 (03:48 +0000)
GtkDrag => GdkDrag

gtk/gtkdragsource.c

index b3df7000656a0c972ccede08985a27932df7a13c..e65472940549be947910730ac7bfcb79221dde45 100644 (file)
  * ```c
  * static void
  * on_drag_begin (GtkDragSource *source,
- *                GtkDrag       *drag,
+ *                GdkDrag       *drag,
  *                MyWidget      *self)
  * {
  *   // Set the widget as the drag icon